gdkglcontext-win32.c: Fix Build on C89 Compilers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 13 Feb 2015 10:36:34 +0000 (18:36 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 13 Feb 2015 10:36:34 +0000 (18:36 +0800)
commit933ee3af56a19c5ea3bd04c1fac349860479b05d
tree0c69af322a842ac5212b5dc9ce1c42a1b4e8f61d
parent8d7a235a045b667b2efad80a93717572b581307b
gdkglcontext-win32.c: Fix Build on C89 Compilers

Make sure variables are declared at the top of the block.
gdk/win32/gdkglcontext-win32.c